SetBlockedURLsRequest

data class SetBlockedURLsRequest(urls: List<String>)

Represents request frame that can be used with Network#setBlockedURLs operation call.

Blocks URLs from loading.

See also

Constructors

SetBlockedURLsRequest
Link copied to clipboard
fun SetBlockedURLsRequest(urls: List<String>)

Properties

urls
Link copied to clipboard
val urls: List<String>
URL patterns to block.

Sources

jvm source
Link copied to clipboard